Skip to content

List of holidays in Colombia by year

GET
/api/v1/Holiday/year/{year}

This endpoint returns the list of holidays per year in Colombia

Parameters

Path Parameters

year*
Typeinteger
Required
Format"int32"

Query Parameters

includeSunday
Typeboolean

Responses

OK

application/json
JSON
[
{
"date": "string",
"name": "string"
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License